home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Source.bin / ConnBundle.java < prev    next >
Text File  |  1998-10-16  |  33KB  |  665 lines

  1. package symantec.itools.resources;
  2.  
  3. import java.util.ListResourceBundle;
  4.  
  5. public class ConnBundle extends ListResourceBundle {
  6.    public Object[][] getContents() {
  7.        return contents;
  8.    }
  9.    static final Object[][] contents = {
  10.        // BorderPanelBeanInfo
  11.        {"getBevelStyle", "Get the border style"},
  12.        {"getIPadTop", "Get the top inset padding amount"},
  13.        {"getIPadBottom", "Get the bottom inset padding amount"},
  14.        {"getPaddingLeft", "Get the left padding amount"},
  15.        {"setIPadSides", "Set the side inset padding amount"},
  16.        {"setPaddingLeft", "Set the left padding amount"},
  17.        {"getPaddingRight", "Get the right padding amount"},
  18.        {"setPaddingRight", "Set the right padding amount"},
  19.        {"getIPadSides", "Get the side inset padding amount"},
  20.        {"setLabelColor", "Set the label color"},
  21.        {"setPaddingTop", "Set the top padding amount"},
  22.        {"getPaddingBottom", "Get the bottom padding amount"},
  23.        {"setLabel", "Set the border label"},
  24.        {"setAlignStyle", "Set the label alignment"},
  25.        {"getBorderColor", "Get the border color"},
  26.        {"setIPadTop", "Set the top inset padding amount"},
  27.        {"getLabel", "Get the border label"},
  28.        {"setBorderColor", "Set the border color"},
  29.        {"setBevelStyle", "Set the border style"},
  30.        {"setPaddingBottom", "Set the bottom padding amount"},
  31.        {"getLabelColor", "Get the label color"},
  32.        {"setIPadBottom", "Set the bottom inset padding amount"},
  33.        {"getPaddingTop", "Get the top padding amount"},
  34.        {"getAlignStyle", "Get the label alignment"},
  35.        // END BorderPanelBeanInfo
  36.  
  37.        // ButtonBaseBeanInfo
  38.        {"getBevelHeight", "Get the Height of the Button Bevel"},
  39.        {"isShowURLStatus", "Is Show Link URL Status"},
  40.        {"isNotShowURLStatus", "Is Not Show Link URL Status"},
  41.        {"setLinkURLRelative", "Set the HTML Link Relative URL"},
  42.        {"setLinkURL", "Set the HTML Link URL"},
  43.        {"getNotifyDelay", "Get the Notify Delay"},
  44.        {"setBevelHeight", "Set the Height of the Button Bevel"},
  45.        {"setNotifyDelay", "Set the Notify Delay"},
  46.        {"isShowFocus", "Get the Button Focus Border Flag"},
  47.        {"UseOffset", "Use Offset"},
  48.        {"NotUseOffset", "Don't Use Offset"},
  49.        {"ToggleUseOffset", "Toggle Use Offset"},
  50.        {"UseOffsetValue", "Set Use Offset"},
  51.        {"isNotifyWhilePressed", "Is Notify While Pressed"},
  52.        {"isNotNotifyWhilePressed", "Is Not Notify While Pressed"},
  53.        {"getLinkURL", "Get the HTML Link URL"},
  54.        {"setFrame", "Set the HTML Link Frame Name"},
  55.        {"setShowFocus", "Set the Button Focus Border Flag"},
  56.        {"ToggleShowFocus", "Toggle the Button Focus Border Flag"},
  57.        {"setShowURLStatus", "Show Link URL Status"},
  58.        {"NotShowURLStatus", "Don't Show Link URL Status"},
  59.        {"ToggleShowURLStatus", "Toggle Show Link URL Status"},
  60.        {"ShowURLStatusValue", "Set Show Link URL Status"},
  61.        {"setButtonColor", "Set the Button Color"},
  62.        {"isUseOffset", "Is Use Offset"},
  63.        {"isNotUseOffset", "Is Not Use Offset"},
  64.        {"setNotifyWhilePressed", "Notify While Pressed"},
  65.        {"NotNotifyWhilePressed", "Don't Notify While Pressed"},
  66.        {"ToggleNotifyWhilePressed", "Toggle Notify While Pressed"},
  67.        {"NotifyWhilePressedValue", "Set Notify While Pressed"},
  68.        {"getFrame", "Get the HTML Link Frame Name"},
  69.        {"getButtonColor", "Get the Button Color"},
  70.        {"simulateClick", "Simulate a click on the button"},
  71.        // END ButtonBaseBeanInfo
  72.  
  73.        // ComboBoxBeanInfo
  74.        {"setListDown", "Set the list down"},
  75.        {"isListDown", "Is list down?"},
  76.        {"isEditable", "Is the %class% editable?"},
  77.        {"isNonEditable", "Is the %class% non-editable?"},
  78.        {"addItem", "Add item to the list"},
  79.        {"setSearchableValue", "Set the searchable mode"},
  80.        {"setSearchableTrue", "Make the %class% searchable"},
  81.        {"setSearchableFalse", "Make the %class% non-searchable"},
  82.        {"isCaseSensitive", "Is %class% case-sensitive?"},
  83.        {"isNonCaseSensitive", "Is %class% case-insensitive?"},
  84.        {"setTextCB", "Set the text in the edit field"},
  85.        {"setCaseSensitiveValue", "Set case-sensitivity"},
  86.        {"setCaseSensitiveTrue", "Make %class% case-sensitive"},
  87.        {"setCaseSensitiveFalse", "Make %class% case-insensitive"},
  88.        {"isShowVerticalScrollVisible", "Is Vertical Scrollbar visible?"},
  89.        {"isShowVerticalScrollHidden", "Is Vertical Scrollbar hidden?"},
  90.        {"selectIndex", "Select the item at the index"},
  91.        {"selectString", "Select the item that matches the string"},
  92.        {"setEditableValue", "Set the editable mode"},
  93.        {"setEditableTrue", "Make the %class% editable"},
  94.        {"setEditableFalse", "Make the %class% non-editable"},
  95.        {"delSelectedItem", "Delete the selected item"},
  96.        {"isShowHorizontalScrollVisible", "Is Horizontal Scrollbar visible?"},
  97.        {"isShowHorizontalScrollHidden", "Is Horizontal Scrollbar hidden?"},
  98.        {"delItem", "Delete the item from the list"},
  99.        {"setShowVerticalScrollValue", "Make Vertical Scrollbar visible?"},
  100.        {"setShowVerticalScrollTrue", "Show the Vertical Scrollbar"},
  101.        {"setShowVerticalScrollFalse", "Hide the Vertical Scrollbar"},
  102.        {"isSearchable", "Is the %class% searchable?"},
  103.        {"isNonSearchable", "Is the %class% non-searchable?"},
  104.        {"getSelectedItem", "Get the text of the selected item"},
  105.        {"getTextCB", "Get the text in the edit field"},
  106.        {"parseInt", "Get the edit field text as an int"},
  107.        {"countItems", "Get the number of items in the list"},
  108.        {"setShowHorizontalScrollValue", "Make Horizontal Scrollbar visible?"},
  109.        {"setShowHorizontalScrollTrue", "Show the Horizontal Scrollbar"},
  110.        {"setShowHorizontalScrollFalse", "Hide the Horizontal Scrollbar"},
  111.        {"deselect", "Deselect the item at the index"},
  112.        {"setEnabledTrue", "Enable the item in the list"},
  113.        {"setEnabledFalse", "Disable the item in the list"},
  114.        {"getSelectedIndex", "Get the index of the selected item"},
  115.        // END ComboBoxBeanInfo
  116.  
  117.        // DirectionButtonBeanInfo
  118.        {"LEFT","Point the button arrow LEFT"},
  119.        {"RIGHT","Point the button arrow RIGHT"},
  120.        {"UP","Point the button arrow UP"},
  121.        {"DOWN","Point the button arrow DOWN"},
  122.        {"setDirection","Set the button arrow direction"},
  123.        {"getDirection","Get the button arrow direction"},
  124.        {"setArrowColor","Set the Arrow color"},
  125.        {"getArrowColor","Get the Arrow color"},
  126.        // END DirectionButtonBeanInfo
  127.  
  128.        // FormattedTextBeanInfo
  129.        {"getMask", "Get the edit field entry mask"},
  130.        {"setMask", "Set the edit field entry mask"},
  131.        // END FormattedTextBeanInfo
  132.        
  133.        // HorizontalSliderBeanInfo
  134.        {"TICK_TOP", "TICK_TOP"},
  135.        {"TICK_BOTTOM", "TICK_BOTTOM"},
  136.        // END HorizontalSliderBeanInfo
  137.  
  138.        // ImageButtonBeanInfo
  139.        {"IMAGE_TILED", "Tiled style"},
  140.        {"IMAGE_CENTERED", "Centered style"},
  141.        {"IMAGE_SCALED_TO_FIT", "Scaled to fit style"},
  142.        {"NORMAL", "Normal style"},
  143.        {"getImageURL", "Get the image URL of the button"},
  144.        {"setImageURL", "Set the image to be displayed on the button"},
  145.        {"setImageURLRel", "Set the relative image to be displayed on the button"},
  146.        {"setImageStyle", "Set the image style"},
  147.        {"getImageStyle", "Get the image style"},
  148.        // END ImageButtonBeanInfo
  149.  
  150.        // ImageListBoxBeanInfo
  151.        {"BORDER_REGULAR", "BORDER_REGULAR"},
  152.        {"BORDER_NONE", "BORDER_NONE"},
  153.        {"getBorderType", "Get the border style"},
  154.        {"selectAll", "Selects all items in the list"},
  155.        {"getVisibleIndex", "Get the index of the last item made visible"},
  156.        {"setVisibleIndex", "Make a particular item in the list visible"},
  157.        {"setComboMode", "Set the combo box mode"},
  158.        {"allowMultipleSelections", "Allows multiple selections?"},
  159.        {"notMultipleSelections", "Doesn't allow multiple selections?"},
  160.        {"setSelectedIndex", "Select a particular item in the list"},
  161.        {"resetSelectedIndex", "Deselect a particular item in the list"},
  162.        {"visibleShowVerticalScroll", "Is Vertical Scrollbar visible?"},
  163.        {"hiddenShowVerticalScroll", "Is Vertical Scrollbar hidden?"},
  164.        {"setCellBordersValue", "Turn Cell Borders off and on"},
  165.        {"setCellBordersTrue", "Turn Cell Borders on"},
  166.        {"setCellBordersFalse", "Turn Cell Borders off"},
  167.        {"setMultipleSelectionsValue", "Turn multiple selections on and off"},
  168.        {"setSelectedItemString", "Select a particular item via string"},
  169.        {"setSelectedItemFalse", "Deselect a particular item via string"},
  170.        {"visibleShowHorizontalScroll", "Is Horizontal Scrollbar visible?"},
  171.        {"hiddenShowHorizontalScroll", "Is Horizontal Scrollbar hidden?"},
  172.        {"deselectAll", "Deselects all items in the list"},
  173.        {"setRowsToShow", "Set the number of rows to display"},
  174.        {"isEdited", "Has selected item been edited?"},
  175.        {"getRows", "Get the number of visible lines in the list"},
  176.        {"isCellBordersOn", "Are Cell Borders on?"},
  177.        {"isCellBordersOff", "Are Cell Borders off?"},
  178.        {"setBorderType", "Set the border style"},
  179.        {"getLabelILB", "Get the current list box label"},
  180.        {"isAllSelected", "All items are selected?"},
  181.        {"isComboMode", "Is combo box mode?"},
  182.        {"isMultiColMode", "Is Multi-Column mode?"},
  183.        {"clear", "Clear the list"},
  184.        {"delSelectedItems", "Delete the selected items from the list"},
  185.        {"setMultiColumnModeTrue", "Set Multi-Column mode with borders"},
  186.        {"setMultiColumnModeFalse", "Set Multi-Column mode without borders"},
  187.        {"getRowsToShow", "Get the number of rows to display"},
  188.        {"setTopRow", "Make a particular item the top row"},
  189.        // END ImageListBoxBeanInfo
  190.  
  191.        // ImagePanelBeanInfo
  192.        {"setStyle", "Set the style of the panel image"},
  193.        {"getStyle", "Get the style of the panel image"},
  194.        {"getImageURLPanel", "Get the image URL of the panel"},
  195.        {"setImageURLPanel", "Set the image to be displayed on the panel"},
  196.        {"setImageURLRelative", "Set the relative image to be displayed on the panel"},
  197.        // END ImagePanelBeanInfo
  198.  
  199.        // InfoTipPanelBeanInfo.
  200.        {"RIGHT_OF_COMPONENT", "RIGHT_OF_COMPONENT"},
  201.        {"LEFT_OF_COMPONENT", "LEFT_OF_COMPONENT"},
  202.        {"ABOVE_COMPONENT", "ABOVE_COMPONENT"},
  203.        {"BELOW_COMPONENT", "BELOW_COMPONENT"},
  204.        {"setText", "Set the text for this %class%"},
  205.        {"getText", "Get the text for this %class%"},
  206.        {"setTextLocation", "Set where the text will appear"},
  207.        {"getTextLocation", "Get where the text will appear"},
  208.        {"setTextDelay", "Set the delay after mouse-over but before text appears"},
  209.        {"getTextDelay", "Get the delay after mouse-over but before text appears"},
  210.        {"getTextScrollsIn", "Get whether the text will scroll into position"},
  211.        {"setTextScrollsIn", "Set whether the text will scroll into position"},
  212.        {"getHighlightText", "Get whether the text will be highlighted"},
  213.        {"setHighlightText", "Set whether the text will be highlighted"},
  214.        {"getTextHighlightColor", "Get Color which will be used to highlight text"},
  215.        {"setTextHighlightColor", "Set Color which will be used to highlight text"},
  216.        {"getTextColor", "Get Color which will be used to draw the text"},
  217.        {"setTextColor", "Set Color which will be used to draw the text"},
  218.        // END InfoTipPanelBeanInfo.
  219.  
  220.        // InvisibleHTMLLinkBeanInfo.
  221.        {"currentFrame", "the current frame"},
  222.        {"parentFrame", "the parent frame"},
  223.        {"topmostFrame", "the topmost frame"},
  224.        {"unnamedFrame", "a new unnamed frame"},
  225.        {"getURL", "Get the HTML Link URL"},
  226.        {"setURLRelative", "Set the HTML Link"},
  227.        {"setURL", "Set the HTML Link URL"},
  228.        // END InvisibleHTMLLinkBeanInfo.
  229.  
  230.        // KeyPressManagerBeanInfo.
  231.        {"removeDefaultButton", "Remove the default button"},
  232.        {"removeCancelButton", "Remove the cancel button"},
  233.        // End KeyPressManagerBeanInfo.s);s);
  234.  
  235.        // Label3DBeanInfo
  236.        {"INDENT_ZERO", "Border Indent of Zero"},
  237.        {"INDENT_ONE", "Border Indent of One"},
  238.        {"INDENT_TWO", "Border Indent of Two"},
  239.        {"ALIGN_LEFT", "Align LEFT"},
  240.        {"ALIGN_CENTERED", "Align CENTERED"},
  241.        {"ALIGN_RIGHT", "Align RIGHT"},
  242.        {"ALIGN_TOP", "Align TOP"},
  243.        {"ALIGN_BOTTOM", "Align BOTTOM"},
  244.        {"BEVEL_LOWERED", "Border Lowered"},
  245.        {"BEVEL_RAISED", "Border Raised"},
  246.        {"BEVEL_LINE", "Border Line"},
  247.        {"BEVEL_NONE", "No Border"},
  248.        {"getBevelStyleLabel", "Get the bevel style"},
  249.        {"getBorderIndent", "Get the border indent"},
  250.        {"getBorderedColor", "Get the border color"},
  251.        {"setTextColorLabel", "Set the text color"},
  252.        {"setAlignStyleLabel", "Set the alignment style"},
  253.        {"getTextColorLabel", "Get the text color"},
  254.        {"setBevelStyleLabel", "Set the bevel style"},
  255.        {"setBorderedColor", "Set the border color"},
  256.        {"setBorderIndent", "Set the border indent"},
  257.        // End Label3DBeanInfo
  258.  
  259.        // LabelButtonBeanInfo
  260.        {"getVerticalAlignStyle", "Get the vertical alignment style"},
  261.        {"setTextColorLBtn", "Set the text color"},
  262.        {"setAlignStyleLBtn", "Set the horizontal alignment style"},
  263.        {"setVerticalAlignStyle", "Set the vertical alignment style"},
  264.        {"getTextColorLBtn", "Get the text color"},
  265.        {"getTextLBtn", "Get the text"},
  266.        {"getAlignStyleLBtn", "Get the horizontal alignment style"},
  267.        // End LabelButtonBeanInfo
  268.  
  269.        // SliderBeandInfo
  270.        {"TICK_BOTH", "TICK_BOTH"},
  271.        {"TICK_NONE", "TICK_NONE"},
  272.        {"getMaxValue", "Get the maximum value of the %class%"},
  273.        {"setMaxValue", "Set the maximum value of the %class%"},
  274.        {"setTickStyle", "Set the tick style of the %class%"},
  275.        {"getTickStyle", "Get the tick style of the %class%"},
  276.        {"getMinValue", "Get the minimum value of the %class%"},
  277.        {"setMinValue", "Set the minimum value of the %class%"},
  278.        {"setValueCurr", "Set the current value of the %class%"},
  279.        {"setValueInc", "Increment the current value of the %class%"},
  280.        {"setValueDec", "Deccrement the current value of the %class%"},
  281.        {"getValue", "Get the current value of the %class%"},
  282.        {"setTickFreq", "Set the tick frequency of the %class%"},
  283.        {"getTickFreq", "Get the tick frequency of the %class%"},
  284.        {"setShowBorderToggle", "Toggle Show Border"},
  285.        {"setShowBorderValue", "Set Show Border"},
  286.        {"isShowBorder", "Is Show Border"},
  287.        {"isNotShowBorder", "Is Not Show Border"},
  288.        // End SliderBeandInfo
  289.  
  290.        // ScrollingPanelBeanInfo
  291.        {"scrollLeft", "Scroll left"},
  292.        {"getShowVerticalScrollVisible", "Is Vertical Scrollbar visible?"},
  293.        {"getShowVerticalScrollHidden", "Is Vertical Scrollbar hidden?"},
  294.        {"getMinimumHeight", "Get the minimum panel height"},
  295.        {"setScrollLineIncrement", "Set the scroll increment"},
  296.        {"setMinimumWidth", "Set the minimum panel width"},
  297.        {"scrollPageRight", "Scroll page right"},
  298.        {"scrollPageDown", "Scroll page down"},
  299.        {"scrollDown", "Scroll down"},
  300.        {"setMinimumHeight", "Set the minimum panel height"},
  301.        {"getScrollLineIncrement", "Get the scroll increment"},
  302.        {"getShowHorizontalScrollVisible", "Is Horizontal Scrollbar visible?"},
  303.        {"getShowHorizontalScrollHidden", "Is Horizontal Scrollbar hidden?"},
  304.        {"scrollUp", "Scroll up"},
  305.        {"scrollHorizontalAbsolute", "Scroll to absolute horizontal position"},
  306.        {"getMinimumWidth", "Get the minimum panel width"},
  307.        {"scrollPageUp", "Scroll page up"},
  308.        {"getVerticalGap", "Get the vertical gap"},
  309.        {"scrollRight", "Scroll right"},
  310.        {"scrollVerticalAbsolute", "Scroll to absolute vertical position"},
  311.        {"getHorizontalGap", "Get the horizontal gap"},
  312.        {"scrollPageLeft", "Scroll page left"},
  313.        // End ScrollingPanelBeanInfo
  314.  
  315.        // SpliterPanelBeanInfo
  316.        {"isEnforceMinDim", "Is Enforce Minimum Dimension"},
  317.        {"isNotEnforceMinDim", "Is Not Enforce Minimum Dimension"},
  318.        {"setGapSizes", "Set the size of the gap between panes"},
  319.        {"iBdrSize", "Get the current pane border size"},
  320.        {"isPropResize", "Is Propigate Resize"},
  321.        {"getPropResize", "Is Not Propigate Resize"},
  322.        {"oBdrSize", "Get the current outside border size"},
  323.        {"setEnforceMinDimValue", "Set Enforce Minimum Dimension"},
  324.        {"setEnforceMinDimToggle", "Toggle Enforce Minimum Dimension"},
  325.        {"getGapColor", "Get color of gap between panes"},
  326.        {"setGapColor", "Set color of gap between panes"},
  327.        {"setBdrSizes", "Set the outside gap size"},
  328.        {"setPropResizeValue", "Set Propigate Resize"},
  329.        {"setPropResizeToggle", "Toggle Propigate Resize"},
  330.        {"removeAll", "Remove all components"},
  331.        {"setUse3DBorderToggle", "Toggle Use 3D Border"},
  332.        {"setUse3DBorderValue", "Set Use 3D Border"},
  333.        {"isUse3DBorder", "Is Use 3D Border"},
  334.        {"isNotUse3DBorder", "Is Not Use 3D Border"},
  335.        {"setAllowDynamicMovingToggle", "Toggle Allow Dynamic Moving"},
  336.        {"setAllowDynamicMovingValue", "Set Allow Dynamic Moving"},
  337.        {"isAllowDynamicMoving", "Is Allow Dynamic Moving"},
  338.        {"isNotAllowDynamicMoving", "Is Not Allow Dynamic Moving"},
  339.        // End SpliterPanelBeanInfo
  340.  
  341.        // StateCheckBoxBeanInfo
  342.        {"TWO_STATE", "Style: TWO_STATE"},
  343.        {"THREE_STATE", "Style: THREE_STATE"},
  344.        {"STATE_UNCHECKED", "STATE_UNCHECKED"},
  345.        {"STATE_CHECKED", "STATE_CHECKED"},
  346.        {"STATE_DEFAULT", "STATE_DEFAULT"},
  347.        {"setStyleCheckBox", "Set the checkbox style"},
  348.        {"getStyleCheckBox", "Get the checkbox style"},
  349.        {"setStateState", "Set the checkbox state"},
  350.        {"setStateClear", "Clear the checkbox"},
  351.        {"setStateCheck", "Check the checkbox"},
  352.        {"getState", "Get the checkbox state"},
  353.        {"getStateOn", "Is checkbox On?"},
  354.        {"getStateOff","Is checkbox Off?"}, 
  355.        // End StateCheckBoxBeanInfo
  356.  
  357.        // WrappingLabelBeanInfo
  358.        {"setAlignStyleText", "Set the text alignment"},
  359.        {"getAlignStyleText", "Get the text alignment"},
  360.        // End WrappingLabelBeanInfo
  361.  
  362.        // TreeViewBeanInfo
  363.        {"getCount", "Get the number of nodes in the tree"},
  364.        {"getSelectedText", "Get the string for the selected node"},
  365.        {"getViewCount", "Get the number viewable nodes in the tree"},
  366.        {"remove", "Remove the specified node from the tree"},
  367.        {"printTree", "Print the tree to STDOUT"},
  368.        // End TreeViewBeanInfo
  369.  
  370.        // VerticalSliderBeanInfo
  371.        {"TICK_LEFT", "TICK_LEFT"},
  372.        {"TICK_RIGHT", "TICK_RIGHT"},
  373.        // End VerticalSliderBeanInfo
  374.        
  375.        // TabPanelBeanInfo
  376.        {"setCurrentPanelNdx", "Set the Current Tab Index"},
  377.        {"getCurrentPanelNdx", "Get the Current Tab Index"},
  378.        // End TabPanelBeanInfo
  379.  
  380.        // StatisBarBeanInfo
  381.        {"getStatusTextColor", "Get the status text color"},
  382.        {"setStatusText", "Set the status text"},
  383.        {"getStatusText", "Get the status text"},
  384.        {"setStatusTextColor", "Set the status text color"},
  385.        // End StatisBarBeanInfo
  386.  
  387.        // MultiListBeanInfo
  388.        {"setHeadingBg", "Set the heading background color"},
  389.        {"setColumnAlignmentLeft", "Justify specified column LEFT"},
  390.        {"setColumnAlignmentCenter", "Justify specified column CENTER"},
  391.        {"setColumnAlignmentRight", "Justify specified column RIGHT"},
  392.        {"setCellFg", "Set the foreground color of cell text"},
  393.        {"getCellFont", "Get the font of all cell text"},
  394.        {"setCellFont", "Set the font of all cell text"},
  395.        {"setNumberOfCols", "Set the number of columns"},
  396.        {"getHeadingFg", "Get the heading foreground color"},
  397.        {"getCellBg", "Get the background color of cell text"},
  398.        {"getHeadingFont", "Get the font of the heading text"},
  399.        {"setCellBg", "Set the background color of cell text"},
  400.        {"setHeadingFg", "Set the heading foreground color"},
  401.        {"setHeadingFont", "Set the font of the heading text"},
  402.        {"getNumberOfCols", "Get the current number of columns"},
  403.        {"getColumnSize", "Get the column size in pixels"},
  404.        {"getHeadingBg", "Get the heading background color"},
  405.        {"clearMList", "Remove all rows from the %class%"},
  406.        {"getSelectedRow", "Get the index of the selected row"},
  407.        {"getCellFg", "Get the foreground color of cell text"},
  408.        {"createColumns", "Create specified number of columns"},
  409.        {"setSelectedRow", "Set specified row as the selected row"},
  410.        {"setAllowSortingToggle", "Toggle Allow Sorting"},
  411.        {"setAllowSortingValue", "Set Allow Sorting"},
  412.        {"isAllowSorting", "Is Allow Sorting"},
  413.        {"isNotAllowSorting", "Is Not Allow Sorting"},
  414.        {"selectAllMList", "Select all rows"},
  415.        {"deselectAllMList", "Deselect all rows"},
  416.        // End MultiListBeanInfo
  417.  
  418.        // RadioButtonGroupPanelBeanInfo
  419.        {"setSelectedRadioButtonIndex", "Set Selected RadioButton Index"},
  420.        {"getSelectedRadioButtonIndex", "Get Selected RadioButton Index"},
  421.        // End RadioButtonGroupPanelBeanInfo
  422.  
  423.        // RollOverButtonBeanInfo
  424.        {"setOverURL", "Set the relative over state image URL"},
  425.        {"setDownImage", "Set the down state image"},
  426.        {"setStandardURL", "Set the relative default state image URL"},
  427.        {"setDownURL", "Set the relative down state image URL"},
  428.        {"setClearFrameTrue", "Clear frame between each image"},
  429.        {"setClearFrameFalse", "Don't clear frame between each image"},
  430.        {"setClearFrameToggle", "Toggle clearing the frame between each image"},
  431.        {"setClearFrameValue", "Set Clear Frame"},
  432.        {"getOverImage", "Get the over state image"},
  433.        {"setOverImage", "Set the over state image"},
  434.        {"setCenterModeTrue", "Center images in the button"},
  435.        {"setCenterModeFalse", "Don't center images in the button"},
  436.        {"setCenterModeToggle", "Toggle the centering of images in the button"},
  437.        {"setCenterModeValue", "Set Center Mode"},
  438.        {"isClearFrame", "Get Clear Frame"},
  439.        {"isCenterMode", "Get Center Mode"},
  440.        {"getDownImage", "Get the down state image"},
  441.        {"setStandardImage", "Set the default state image"},
  442.        {"getStandardImage", "Get the default state image"},
  443.        // End RollOverButtonBeanInfo
  444.  
  445.        // ListSpinnerBeanInfo
  446.        {"addItemSpinner", "Add an item to the spinner list"},
  447.        {"getCurrentText", "Get the text of the current item"},
  448.        // End ListSpinnerBeanInfo
  449.  
  450.        // NumericSpinnerBeanInfo
  451.        {"setIncrement", "Set the spinner increment"},
  452.        {"getIncrement", "Get the spinner increment"},
  453.        // End NumericSpinnerBeanInfo
  454.  
  455.        // LineBeanInfo
  456.        {"setPositiveSlope", "Set Positive Slope"},
  457.        {"isPositiveSlope", "Is Positive Slope"},
  458.        {"setLineThickness", "Set Line Thickness"},
  459.        {"getLineThickness", "Set Line Thickness"},
  460.        // End LineBeanInfo
  461.  
  462.        // ShapeBeanInfo
  463.        {"setFillMode", "Set: Fill the shapes"},
  464.        {"isFillMode", "Fill the shapes?"},
  465.        {"getFillColor", "Get the fill color"},
  466.        {"setFillColor", "Set the fill color"},
  467.        // End ShapeBeanInfo
  468.        
  469.        // ProgressBarBeanInfo
  470.        {"getBoxWidth", "Get the bar box width"},
  471.        {"setBoxWidth", "Set the bar box width"},
  472.        {"setShowProgress", "Set show progress bar percentage"},
  473.        {"isShowProgress", "Show progress bar percentage?"},
  474.        {"getGapWidth", "Get the bar gap width"},
  475.        {"setGapWidth", "Set the bar gap width"},
  476.        {"isDrawBoxes", "Draw progress bar as boxes?"},
  477.        {"setValueProgress", "Set the progress bar value"},
  478.        {"setValueProgressInc", "Increment the progress bar value"},
  479.        {"setValueProgressDec", "Decrement the progress bar value"},
  480.        {"setDrawBoxes", "Set draw progress bar as boxes"},
  481.        {"getProgressBarColor", "Get the color of the progress bar"},
  482.        {"getValueProgress", "Get the progress bar value"},
  483.        {"setProgressBarColor", "Set the color of the progress bar"},
  484.        // End ProgressBarBeanInfo
  485.  
  486.        // StatusScrollbarBeanInfo
  487.        {"isScrollClean", "Get Scroll Clean mode"},
  488.        {"setScrollClean", "Set Scroll Clean mode"},
  489.        {"setString", "Set the Scrolling String"},
  490.        {"isRightToLeft", "Get Right To Left mode"},
  491.        {"setRightToLeftToggle", "Reverse direction"},
  492.        {"setRightToLeft", "Set Right To Left mode"},
  493.        {"isAutoStart", "Get Auto Start mode"},
  494.        {"setDelay", "Set the delay amount"},
  495.        {"stop", "Stop scrolling"},
  496.        {"setRepeat", "Set Repeat mode"},
  497.        {"isRepeat", "Get Repeat mode"},
  498.        {"getString", "Get the Scrolling"},
  499.        {"getDelay", "Get the delay amount"},
  500.        {"clearStatusArea", "Clear the Status Area"},
  501.        {"start", "Start scrolling"},
  502.        {"setAutoStart", "Set Auto Start mode"},
  503.        // End StatusScrollbarBeanInfo
  504.  
  505.        // ToolbarSpacerBeanInfo
  506.        {"setSpace", "Set the Space of the %class%"},
  507.        {"getSpace", "Get the Space of the %class%"}, 
  508.        // End ToolbarSpacerBeanInfo
  509.        
  510.        // ToolbarPanelBeanInfo
  511.        {"HORIZONTAL", "HORIZONTAL"}, 
  512.        {"VERTICAL", "VERTICAL"}, 
  513.        {"setOrientation", "Set the Orientation"}, 
  514.        {"getOrientation", "Get the Orientation"}, 
  515.        // End ToolbarPanelBeanInfo
  516.  
  517.        // SpinnerBeanInfo
  518.        {"ORIENTATION_VERTICAL", "ORIENTATION_VERTICAL"}, 
  519.        {"ORIENTATION_HORIZONTAL", "ORIENTATION_HORIZONTAL"}, 
  520.        {"setWrappable", "Set the wrappablity"},
  521.        {"setWrappableTrue", "Make the %class% wrappable"},
  522.        {"setWrappableFalse", "Make the %class% non-wrappable"},
  523.        {"getMax", "Get the maximum value"},
  524.        {"setMax", "Set the maximum value"},
  525.        {"setCurrent", "Set the current index"},
  526.        {"getMin", "Get the minimum value"},
  527.        {"setMin", "Set the minimum value"},
  528.        {"setEditable", "Set the text editability"},
  529. //       {"setEditableTrue", "Make the text editable"},
  530. //       {"setEditableFalse", "Make the text non-editable"},
  531.        {"isWrappable", "Is the %class% wrappable?"},
  532.        {"isNotWrappable", "Is the %class% non-wrappable?"},
  533.        {"getCurrent", "Get the current index"},
  534.        // End SpinnerBeanInfo
  535.        
  536.        // CalenderBeanInfo
  537.        {"setDate", "Set the date displayed on calendar"},
  538.        {"getSelectedColor", "Get the selection color"},
  539.        {"setSelectedColor", "Set the selection color"},
  540.        {"getDate", "Get the date displayed on calendar"},
  541.        // End CalenderBeanInfo
  542.        
  543.        // FireWorkBeanInfo
  544.        {"unfreezeRockets", "Unfreeze all rockets"},
  545.        {"freezeRockets", "Freeze all rockets"},
  546.        // End FireWorkBeanInfo
  547.        
  548.        // AnimatorBeanInfo
  549.        {"addImageURL", "Add an URL image to the image list"},
  550.        {"addImageName", "Add an image name to the image list"},
  551. //       {"setClearFrameTrue", "Clear frame between each image"},
  552. //       {"setClearFrameFalse", "Don't clear frame between each image"},
  553.        {"getNumLoops", "Get the animation loop count"},
  554.        {"startAnimation", "Start the animation"},
  555.        {"stopAnimation", "Stop the animation"},
  556. //       {"setDelay", "Set the delay amount"},
  557.        {"setImageList", "Set the image list"},
  558.        {"setNumLoops", "Set the animation loop count"},
  559.        {"setRepeatMode", "Set the repeat mode"},
  560. //       {"getDelay", "Get the delay amount"},
  561.        {"getImageList", "Get the image list"},
  562.        // End AnimatorBeanInfo
  563.        
  564.        // ImageViewerBeanInfo
  565.        {"IMAGE_NORMAL", "IMAGE_NORMAL"},
  566.        {"setFileName", "Set the file name of the image being viewed"},
  567.        {"getImageURLIV", "Get the URL of the image being viewed"},
  568.        {"setURLIV", "Set the relative image to view"},
  569.        {"setImageURLIV", "Set the URL of the image being viewed"},
  570.        {"getFileName", "Get the file name of the image being viewed"},
  571.        {"setStyleIV", "Set the style of the image"},
  572.        {"getStyleIV", "Get the style of the image"},
  573.        // End ImageViewerBeanInfo
  574.        
  575.        // MovingAnimationBeanInfo
  576.        {"getShiftOffset", "Get the %class% shift offset"},
  577.        {"setShiftOffset", "Set the %class% shift offset"},
  578.        // End MovingAnimationBeanInfo
  579.        
  580.        // NervousBeanInfo
  581.        {"isPaused", "Is the %class% paused?"},
  582.        {"isRunning", "Is the %class% running?"},
  583.        {"setPaused", "Pause the %class%"},
  584.        {"setPausedResume", "Resume the %class%"},
  585.        {"setPausedCondition", "Pause the %class% on condition"},
  586.        {"setPausedToggle", "Toggle the pause of the %class%"},
  587.        // End NervousBeanInfo
  588.        
  589.        // PlazmaBeanInfo
  590.        {"startPlasma", "Start the plasma animation"},
  591.        {"stopPlasma", "Stop the plasma animation"},
  592.        // End PlazmaBeanInfo
  593.        
  594.        // ScrollingTextBeanInfo
  595.        {"SCROLL_LEFT", "SCROLL_LEFT"},
  596.        {"SCROLL_RIGHT", "SCROLL_RIGHT"},
  597.        {"_self", "_self"},
  598.        {"_parent", "_parent"},
  599.        {"_top", "_top"},
  600.        {"_blank", "_blank"},
  601.        {"setScrollInterval", "Set sleep time between scroll steps"},
  602.        {"stopScrollingText", "Stop text scrolling"},
  603.        {"show", "Show the component"},
  604.        {"getHiliteColor", "Get the highlight color for text"},
  605.        {"getScrollInterval", "Get sleep time between scroll steps"},
  606.        {"setScrollDirection", "Specify the scrolling direction"},
  607.        {"hide", "Hide the component"},
  608.        {"setScrollUnit", "Specify the size of each scroll step"},
  609.        {"setHiliteColor", "Set the highlight color for text"},
  610.        {"getScrollDirection", "Get the scrolling direction"},
  611.        {"startScrollingText", "Start text scrolling"},
  612.        {"setFrameST", "Specify the display location of linked pages"},
  613.        {"getFrameST", "Get the display location of linked pages"},
  614.        {"getScrollUnit", "Get the size of each scroll step"},
  615.        // End ScrollingTextBeanInfo
  616.        
  617.        // SoundPlayerBeanInfo
  618.        {"addStringURL", "Add a sound file name to the play list"},
  619.        {"getRepeat", "Get the repeat count of the play list"},
  620.        {"isSyncMode", "Get the synchronization mode of the sound player"},
  621.        {"setSyncMode", "Set the synchronization mode of the sound player"},
  622.        {"stopSP", "Stop the sound player"},
  623.        {"stopSPDelay", "Stop the sound player after the specified delay"},
  624.        {"setRepeatSP", "Set the repeat count of the play list"},
  625.        {"play", "Start the sound player"},
  626.        {"addURLRelative", "Add a Relative URL of a sound file to the play list"},
  627.        {"addURL", "Add the URL of a sound file to the play list"},
  628.        // End SoundPlayerBeanInfo
  629.  
  630.        // Emblaze20BeanInfo
  631.        {"freeze", "Pause the animation"},
  632.        {"unfreeze", "Resume the animation"},
  633.        {"startEmblaze", "Start the animation"},
  634.        // End Emblaze20BeanInfo
  635.        
  636.        // WizardBeanInfo
  637.        {"SetSelectedIndex", "Set the Current Page Index"},
  638.        {"GetSelectedIndex", "Get the Current Page Index"},
  639.        {"SetButtonsAlignment", "Set the Navigation Buttons Alignment"},
  640.        {"GetButtonsAlignment", "Get the Navigation Buttons Alignment"},
  641.        {"GetPageCount", "Get the Number of Pages"},
  642.        {"GoPrevious", "Go to the Previous Page"},
  643.        {"GoNext", "Go to the Next Page"},
  644.        {"DoFinish", "Press the Finish Button"},
  645.        {"DoCancel", "Press the Cancel Button"},
  646.        {"DoHelp", "Press the Help Button"},
  647.        {"SetButtonsState", "Set the state of all buttons"},
  648.        {"SetPreviousEnabledTrue", "Enable the Previous Button"},
  649.        {"SetPreviousEnabledFalse", "Disable the Previous Button"},
  650.        {"SetNextEnabledTrue", "Enable the Next Button"},
  651.        {"SetNextEnabledFalse", "Disable the Next Button"},
  652.        {"SetFinishEnabledTrue", "Enable the Finish Button"},
  653.        {"SetFinishEnabledFalse", "Disable the Finish Button"},
  654.        {"SetCancelEnabledTrue", "Enable the Cancel Button"},
  655.        {"SetCancelEnabledFalse", "Disable the Cancel Button"},
  656.        {"SetHelpEnabledTrue", "Enable the Help Button"},
  657.        {"SetHelpEnabledFalse", "Disable the Help Button"},
  658.        {"SetNextPageIndex", "Set the Index of the Next Page"},
  659.        {"SetPreviousPageIndex", "Set the Index of the Previous Page"},
  660.        {"SetNextPage", "Set the Next Page"},
  661.        {"SetPreviousPage", "Set the Previous Page"},
  662.        // End WizardBeanInfo
  663.    };
  664.  }
  665.